From d7249faf390effb4b85bdc04088de654db39d4f8 Mon Sep 17 00:00:00 2001 From: Gianni Tedesco Date: Thu, 28 Oct 2010 11:45:09 +0100 Subject: [PATCH] libxl: Makefile: delete temporary files during make clean Signed-off-by: Gianni Tedesco Signed-off-by: Ian Jackson --- tools/libxl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index d0be502e1d..c817a386cc 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -118,7 +118,7 @@ install: all .PHONY: clean clean: $(RM) -f _*.h *.o *.so* *.a $(CLIENTS) $(DEPS) - $(RM) -f _*.c + $(RM) -f _*.c *.pyc _libxl_paths.*.tmp # $(RM) -f $(AUTOSRCS) $(AUTOINCS) distclean: clean -- 2.30.2